luci-mod-network: Change cache placeholder to internal default 150
authorPaul Donald <[email protected]>
Tue, 2 Sep 2025 13:14:58 +0000 (15:14 +0200)
committerPaul Donald <[email protected]>
Tue, 2 Sep 2025 13:15:12 +0000 (15:15 +0200)
Signed-off-by: Paul Donald <[email protected]>
(cherry picked from commit a2d0f5e2b3fdaca37cc088e40f4cfcb67b23cffe)

modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 63af8b42cc8b3fa1b0948ccec51c7862a8eba715..1c9513286d877c87b3c35a6cc3fa6019502ba543 100644 (file)
@@ -836,7 +836,7 @@ return view.extend({
                        _('Number of cached DNS entries, 10000 is maximum, 0 is no caching.'));
                o.optional = true;
                o.datatype = 'range(0,10000)';
-               o.placeholder = 1000;
+               o.placeholder = 150;
 
                o = s.taboption('limits', form.Value, 'min_cache_ttl',
                        _('Min cache TTL'),